Contribution org.nuxeo.wss.auth--specificChains
In component org.nuxeo.wss.auth
org.nuxeo.wss.auth
inside nuxeo-wss-6.0.jar
This contribution is part of XML component Extension Point
Extension point specificChains of component PluggableAuthenticationService.Contributed Items
XML Source
<extension point="specificChains" target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService">
<specificAuthenticationChain name="WSS">
<urlPatterns>
<url>(.*)/_vti_.*</url>
</urlPatterns>
<headers>
<header name="User-Agent">MSFrontPage.*</header>
</headers>
<replacementChain>
<plugin>DIGEST_AUTH</plugin>
<plugin>WEBDAV_BASIC_AUTH</plugin>
</replacementChain>
</specificAuthenticationChain>
</extension>